Welcome![Sign In][Sign Up]
Location:
Search - b tree

Search list

[Other resource排序算法、字典和B-树的C++语言实现

Description: 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 语言 C++ 编译平台 Visual C++ 作者 Thomas Niemann 备注 来自Sorting and Searching Algorithms:A Cookbook-algorithm, dictionaries and B-Tree C language code include the following algorithm : qui.c sort : quicksort qsort.c sort : qsort ins.c sort : insert sort shl.c sort : shell sort has.c dictionary : hash tables bin.c dictionary : binary tree rbt.c dictionary : red-black trees skl.c dictionary : skip lists ext.c external sort btr.c BTREE Part C language Visual C platform translated author Thomas Niemann Remarks from the Sorting and S earching Algorithms : A Cookbook
Platform: | Size: 24943 | Author: 罗鹏魁 | Hits:

[Data structsB+树算法

Description: B+树算法:从磁盘读取数据文件,可以进行插入,删除操作,两种方式打印出元素信息。树型打印和依关键字大小打印。-B Tree Algorithm : From disk to read data files that can be inserted, deleted operation, Print out both elements of information. Tree-Print and Print size according to the keyword.
Platform: | Size: 4238 | Author: 刘莹 | Hits:

[Other resourceB-tree(c++)

Description: B-树演示程序(vc++)可执行程序.rar
Platform: | Size: 96546 | Author: liulihao | Hits:

[Other resourceb-tree

Description: 程序名称: B-树的实现 创建时间: 2008.03.16 最后修改: 2008.03.18 程序作者: monkeylee 联系方式: leeocean2004@163.com 程序说明:实现B-树的相关操作,查找插入删除
Platform: | Size: 3705 | Author: leeocean | Hits:

[Other resourceB+tree

Description: B+树算法,没有密码,供学习使用.质量高
Platform: | Size: 16264 | Author: cqu2000 | Hits:

[Other resourceb树的算法

Description: B树的相关算法。源程序,C文件压缩。包括建立,插入等等相关的操作。-B-tree algorithms. The source, C compression. Including, insert, etc. related to the operation.
Platform: | Size: 1433 | Author: 王小娅 | Hits:

[Bookstreeview

Description: 显示文件、路径、文件图标的树型控件- The display file, the way, the document chart sign tree controls
Platform: | Size: 35840 | Author: jiuxing | Hits:

[Education soft system图书馆管理

Description: 图书管理 1,输入形式和输入值的范围:图书通过输入书号,书名,著者,总存量来建立一棵B-树,书号,现存量和总存量采用int 型 ,书名,著者采用20位字符串形式定义 借阅者通过输入书号,图书证号来借阅书籍,建立一条借阅者的链表来记录借阅情况 图书证号是20位的字符串 2. 输出的形式:B-树以凹入表形式显示出来,借阅者以借阅图书证号、所借图书的内容、借阅日期显示出来 3. 本程序实现对一本书的采编入库,清除库存,借阅和归还,初步实现图书管理- The books manage 1, the input form and the input value scope: The books through the input book number, the book title, the author, the total storage quantity establish a B- tree, the book number, 鐜板瓨閲?and the total storage quantity uses int, the book title, the author uses 20 characters strings form definition borrowing through the input book number, the books card number borrows the books, establishes a borrowing chain table to record borrows the situation books card number is 20 characters strings 2. outputs forms: The B- tree indents the table form to demonstrate, borrowing borrows the books card number, borrows the books the content, borrows the date to demonstrate 3. this procedure realization picks to a book enrolls the storehouse, eliminates the stock, borrows and returns, initially realizes the books to manage
Platform: | Size: 18432 | Author: 吴晓辉 | Hits:

[JSP/Javajava课程设计

Description: JAVA课程设计实例。多个大型系统源代码,如考试系统单机版、C\S版、B\S版。-Java curriculum design examples. Many large system source code, such as examination system standalone version, C \ S, B \ S version.
Platform: | Size: 187392 | Author: 翟广涛 | Hits:

[Database system02342103110

Description: B-树实现索引和快速查找-B-Tree indexing and quick search
Platform: | Size: 16384 | Author: 陈建湘 | Hits:

[JSP/Javajava Tree (jsp+javabea)

Description: b/s下jsp+javabean实现从数据库中读取数据生成目录树-b/s jsp javabean achieve read from the database data generation tree
Platform: | Size: 48128 | Author: 方良 | Hits:

[Windows Develop源代码:B+算法,NTFS的排序算法

Description: 运用B+数算法,实现树性存储,探索ntfs的存储算法-use several algorithms to achieve sexual storage tree, explore ntfs storage algorithm
Platform: | Size: 25600 | Author: 刘勇明 | Hits:

[source in ebook电话本管理系统

Description: 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imported wrong judgment. The time, a search function for the linear search is enhanced as follows : f_search : Fernandez search method; BTREE : binary tree search method; L_search : linear search method; R_search : recursive binary search method; Zcsear : hash collision search method; " Files : interpolation search Enhancement Act; Sorting is bubbling, as it is now : heaps : tired heap sort; binary : Binary Tree sorting; xieer : Xie ears scheduling; sinsert : Insert scheduling; quicks : rapid sequencing; select : Select Sort;
Platform: | Size: 4096 | Author: 王军 | Hits:

[Data structsB树

Description: 自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
Platform: | Size: 9216 | Author: xzh | Hits:

[Data structs索引技术

Description: 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
Platform: | Size: 116736 | Author: xzh | Hits:

[OtherB-Tree

Description: B-Tree explaination ebook
Platform: | Size: 86016 | Author: chinng | Hits:

[Successful incentiveB-tree--BP-tree--B--tree--R-tree

Description: 本文从B树开始谈起,然后论述B+树、B*树,最后谈到R 树。其中B树、B+树及B*树部分由weedge完成,R 树部分由Frankie完成,全文最终由July统稿修订完成。-Starting the beginning of this B-tree, and then discusses the B+ tree, B* tree, R-tree and finally spoke. Where the B-tree, B+ tree and B* tree partially completed by weedge, R tree in part by Frankie complete, full final draft of the revised system is done by July.
Platform: | Size: 936960 | Author: 彭亮 | Hits:

[Linux-Unixmain

Description: B+ tree - algo c++ implemenation
Platform: | Size: 1024 | Author: rakib13 | Hits:

[Windows Developfb plus tree

Description: FB+-tree: Indexing Based On Key Ranges
Platform: | Size: 9216 | Author: 1225 | Hits:

[Mathimatics-Numerical algorithmsB树

Description: B tree Windows应用环境下的C++代码(B tree Windows C++ code)
Platform: | Size: 951296 | Author: JUSTONEBOY | Hits:
« 1 2 3 4 56 7 8 9 10 ... 31 »

CodeBus www.codebus.net